const hash/crc32.castagnoliK2
7 uses
hash/crc32 (current package)
crc32_amd64.go#L47: const castagnoliK2 = 1344
crc32_amd64.go#L70: var tmp [castagnoliK2]byte
crc32_amd64.go#L167: for len(p) >= castagnoliK2*3 {
crc32_amd64.go#L171: p, p[castagnoliK2:], p[castagnoliK2*2:],
crc32_amd64.go#L172: castagnoliK2/24)
crc32_amd64.go#L178: p = p[castagnoliK2*3:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |